
.btn.btn-ctl {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  background-color: #ef6c00;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  border-radius: 4px;
  transition: opacity 0.5s;
}
.btn.btn-ctl:hover {
  opacity: 1;
}

input,
textarea,
select {
  box-sizing: border-box;
}

h1 {font-size:24px; line-height:2em; color: #304ffe}

.li-item {
  width: 100%;
  margin: 0px auto;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  box-sizing: border-box;
}
.li-item.last {
  border-bottom: 1px solid #ddd;
}
.li-item.first {
  margin-top:10px;
}
.li-item:after { content: " ";visibility: hidden;display: block;height: 0;clear: both; }
.li-item label {
  display: block;
  width: 120px;
  float:left;
  text-align: left;
}
.li-item .qa_question {
  line-height: 2em;
  font-size: 16px;
  color: #096dd9;
}

.li-item .answer {
  display: block;
  padding-left:10px;
  width: calc(100% - 120px);
  float:left;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  border-left: 1px solid #ddd;
}

.li-item .answer > div {
  text-align: left;
}
.li-item .answer > div.cke_sc{
  margin: 0 0 5px;
  text-align: right;
}
.li-item .answer .btn_cke_sc {
  line-height:1em;
}
.li-item input[type="text"],
.li-item input[type="tel"],
.li-item input[type="email"],
.li-item input[type="date"],
.li-item select {
  border: 1px solid #ccc;
  line-height: 1em;
  padding: 0.4em;
}

.li-item textarea {
  border: 1px solid #ccc;
  line-height: 1.5em;
  padding: 0.4em;
  height: 6em;
  width: 100%;
}

.tl-txt-point {
  float: left;
  line-height: 50px;
  color: #aaa;
  font-size: 16px;
  width: 54px;
  text-align: right;
}
.co_confirm_wrapper {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
}
.action {
  text-align: center;
  margin: 20px 0 0 10px;
  float:left
}

.btn-submit.download { background-color:#f2be12} 
.btn-submit {
  font-size: -webkit-calc(14px + 1.2vmin);
  font-size: -moz-calc(14px + 1.2vmin);
  font-size: calc(14px + 1.2vmin);
  padding: 0.4em 1em;
  background-color: #d32f2f;
  color: #fff;
  transition: all 0.5s;
  border: 0;
  border-radius: 4px;
  font-size:18px
}

.btn-submit:hover {
  background-color: #b71c1c;
}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .sv_hp_box {
    float: right;
  }
}

@media (max-width: 575px) {  
  .li-item .qa_question {
    display:block;
    width:100%;
    line-height: 1.5em;
    font-size: 14px;
  }
  .li-item .answer {
    display: block;
    padding-left:0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    border-left: 0;
  }
}